@font-face {font-family: "iconfont";
  src: url('iconfont.eot'); /* IE9*/
  src: url('iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('iconfont.woff') format('woff'), /* chrome、firefox */
  url('iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0px;
    -moz-osx-font-smoothing: grayscale;
	margin-right: 5px;
}
html,
body {
  -ms-overflow-style: scrollbar;
}
body {
  background-color: #fff;
  color: #333;
  font-family: "Microsoft YaHei",Helvetica, Tahoma, Arial, STXihei, SimSun, sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.site-wrapper {
  position: relative;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0
}
ol,ul {
  list-style:none;
}
a{
	text-decoration: none;
}
/*公共样式*/
img{
	border: none;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear:after{
	content: "";
	display: block;
	clear: both;
}
.box1200{
	width: 1200px;
	margin: 0 auto;
}
.min1200{
	min-width: 1200px;
	margin: 0 auto;
}
h3.homochromy{
	font-size: 24px;
	text-align:center;
	color: #c93623;
	margin-bottom: 40px;
}
h3.homochromy a{
	color: #c93623;
}
h3.homochromy:after{
	content: "";
	display: block;
	margin-top: 20px;
	width: 30px;
	border-bottom: 3px  solid #C93623;
}

/*å®¢æˆ·æ¡ˆä¾‹*/
.mingshi2{ margin-top:20px;}
.container{ width:1200px; margin:0 auto;}
.hzhb .hzCont{position:relative;}
.hzhb .hzCont ul{margin:0 auto; width:1100px; overflow:hidden; margin-left:60px;}
.hzhb .hzCont .btnLeft , .hzhb .hzCont .btnRight{position:absolute; top:35%;  width:44px; height:44px;}
.hzhb .hzCont .btnLeft{left:0px; background:url(../uploadfile/image/20170707/20170707112223_250843314.jpg) no-repeat center;}
.hzhb .hzCont .btnRight{right:0px; background:url(../uploadfile/image/20170707/20170707112223_735213264.jpg) no-repeat center;}
#hez{width:1200px; margin:0 auto;}
#hez .divdgweb_new_div_item{ float:left; width:280px; height:216px; margin-right: 20px; position:relative; overflow:hidden;}
#hez .news_div_item_pic{ position:absolute; top:0px; left:0px; border: #eee 1px solid;}
#hez .news_div_item_pic img{width:275px;height:206px; float: left;}

#hez .divdgweb_new_div_item:hover .divdgweb_new_div_item_body {  left:0px; transition: 0.5s all;}

#hez .divdgweb_new_div_item_body { z-index: 999999; position: absolute; text-align: center; font-size: 14px; color: #fff;  background: rgba(0,0,0,0.8);   width: 246px;   height: 80px; padding: 64px 15px; left: -280px; transition: 0.5s all;}
/*#hez .divdgweb_new_div_item_title {    position: absolute;    width: 266px;    text-align: CENTER;    bottom:10px;    z-index: 11111111111111111;}*/
#hez .divdgweb_new_div_item_title{ z-index: 99999999; position: absolute; text-align: center; font-size: 14px; color: #fff;  background: rgba(0,0,0,0.8);   width: 226px;   height: 20px; padding: 3px 25px; left: -280px; top:182px; transition: 0.5s all;}
#hez .divdgweb_new_div_item:hover .divdgweb_new_div_item_title {  left:0px; transition: 0.5s all;}
#hez .divdgweb_new_div_item_title a{
    color:#fff;
    z-index: 666;}
.hezuo{
}
.hezuo li{
	width:266px;
	float:left;
}

.text{
	font-size: 16px;
	color: #666666;
	line-height: 25px;
	letter-spacing:1.5px;
}
.btn1{
	display: inline-block;
  height: 64px;
  width: 240px;
  /* background: #C93623; */
  line-height: 60px;
  position: relative;
  background: #FFFFFF;
  color: #C93623;
  box-sizing: border-box;
  border: 2px solid #C93623;
}
.btn1:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background: #C93623;
	transition: all .3s ease-out 0s;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
}
.btn1 span{
	font-size: 25px;
	display: inline;
	margin-left: 70px;
	position: relative;
	transition: all .3s ease-out 0s;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	z-index: 8;
	font-weight: bold;
}
.btn1 img{
	width: 8px;
	height: 16px;
    margin-left: -20px;
    transition: all .3s ease-out 0s;
		-webkit-transition: all .3s ease-out 0s;
		-moz-transition: all .3s ease-out 0s;
		-ms-transition: all .3s ease-out 0s;
		-o-transition: all .3s ease-out 0s;
    opacity: 0;
    position: relative;
    z-index: 8;
}
.btn1:hover img {
    opacity: 1;
    margin-left: 15px;
}
.btn1:hover span{
	margin-left: 55px;
	color: #FFFFFF;
}
.btn1:hover:after{
	width: 100%;
}
.img-adj-box{
	position: relative;
	overflow: hidden;
}
.img-adj{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
}
/*head*/
#head .box1200{
	height: 80px;
}
#head .logo{
	width:362px;
	vertical-align: top;
}
#head .head_right{
	width:200px;
	text-align:center;
	line-height:80px;
	font-size:18px;
	float:right;
}
#head .head_right a{
	background:url(../images/home.png) left no-repeat #ff4e00;
	text-decoration:none;
	color: #fff;
	padding: 5px 18px 5px 38px;
    border-radius: 3px;
}
#head .nav{
	float: right;
	height: 100%;
}
#head .nav a{
	float: right;
	margin-right: 100px;
	color: #666666;
	font-size: 18px;
	line-height: 80px;
}
#head .nav a:hover{
	color: #0071cc;
}

/*页面中部内容*/
.banner-swiper{
	position: relative;
}
.banner-swiper.swiper-container-horizontal>.swiper-pagination {
	height: 20px;
	bottom: 30px;
}
.banner-swiper.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{
	height: 8px;
	width: 8px;
	background: rgb(255,255,255);
	opacity: .8;
	vertical-align: middle;
}
.banner-swiper.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet-active{
	border: 2px solid #FFFFFF;
	background: rgba(255,255,255,0);
}
.button-icon-swiper{
	width: 54px;
	height: 54px;
}
.banner-swiper .button-prev,.banner-swiper .button-next{
	position: absolute;
	top: 50%;
	margin-top: -27px;
	width: 54px;
	height: 54px;
	z-index: 200;
}
.banner-swiper .button-prev{
	left: 11.67%;
}
.banner-swiper .button-next{
	right: 11.67%;
}
.img-banner{
	width: 100%;
}

/**/
.hotproduct{
	padding:50px 0;
	height:845px;
}
.hotproduct h2{
    width:130px;
	font-size:32px;
	background:url(../images/hot.jpg) no-repeat left;
	padding-left:52px;
	line-height:50px;
	margin:0 auto;
}
.hotproduct h3{
	font-size:16px;
	text-align:center;
    line-height:46px;
}
.hpt_box{
	padding:30px 0;
}
.hpt_bleft{
	width:585px;
	float:left;
}
.hpt_bright{
	width:615px;
	float:left;
}
.hpt_bright h4{
	font-size:20px;
	padding-bottom:25px;
}
.hpt_bright h5{
	font-size:16px;
	line-height:36px;
}
.hptb_p1{
	background:url(../images/pt01.jpg) no-repeat left;
	padding-left:30px;
}
.hptb_p2{
	background:url(../images/pt02.jpg) no-repeat left;
	padding-left:30px;
}
.hptb_p3{
	background:url(../images/pt03.jpg) no-repeat left;
	padding-left:30px;
}
.hpt_bright p{
	padding-left:30px;
	line-height:26px;
	padding-bottom:15px;
}
.hpm_box{
	padding:10px 0;
	text-align:right;
}
.hpm_box a{
	font-size:16px;
	color:#fff;
	padding:15px 50px;
}
.hpt_bot01{
	background:#89cc2a;
}
.hpt_bot02{
	background:#3181d1;
}
.hpb_box{
}
.hpb_box a{
	color:#333;
}
.hpb_box h6{
	width:150px;
	line-height:66px;
	font-size:16px;
	background:url(../images/aow.jpg) no-repeat right;
}
.hpb_ball{
	width:285px;
	text-align:center;
	padding-right:20px;
	float:left;
}
.hpb_ball img{
	width: 100%;
	cursor: pointer;
	transition: all 0.6s;/*图片放大过程的时间*/
}
.hpb_ball img:hover{
	transform: scale(1.6);/*鼠标经过图片放大的倍数*/
}
.hpb_ball p{
	text-align:center;
	line-height:28px;
}

.mbanner{
	width:100%;
	height:240px;
	text-align:center;
	background:url(../test/banner.jpg)  no-repeat;
	position:relative;
	margin:30px 0;
}

.mbanner a{
	font-size:16px;
	position:absolute;
	bottom:35px;
	color:#fff;
	padding:15px 50px;
	background:#3181d1;
}

.mpr_box{
	padding:30px 0;
	height:816px;
}
.mpr_box a{
	color:#333;
}
.mpr_box h2{
	width:150px;
	font-size:32px;
	background:url(../images/pro.jpg) no-repeat left;
	padding-left:50px;
	line-height:66px;
	margin:0 auto;
}
.mpr_box h3{
	text-align:center;
	line-height:46px;
}
.mpr_btop{
	padding:30px 0;
}
.mpr_btbox{
	width:285px;
	text-align:center;
	padding-right:20px;
	float:left;
}
.mpr_btbox img{
	width: 100%;
	cursor: pointer;
	transition: all 0.6s;/*图片放大过程的时间*/
}
.mpr_btbox img:hover{
	transform: scale(1.6);/*鼠标经过图片放大的倍数*/
}
.mpr_btbox p{
	text-align:center;
	line-height:38px;
}

.mpr_bbot{
	height:80px;
	line-height:80px;
	text-align:center;
}
.mpr_bbot a{
	font-size:16px;
	color:#fff;
	padding:15px 50px;
	background:#3181d1;
}

.adapt_box{
	/*	padding:30px 0;
	height:742px;*/
}
.adapt_box h2{
	width:150px;
	font-size:32px;
	background:url(../images/list.jpg) no-repeat left;
	padding-left:60px;
	line-height:66px;
	margin:0 auto;
}
.adapt_box h3{
	text-align:center;
	line-height:46px;
}
.adapt_box ul{
	padding:30px 0;
}
.adapt_box li{
	width:300px;
	font-size:16px;
	line-height:30px;
	height:300px;
	float:left;
}
.adapt_box li:nth-child(2) div,.adapt_box li:nth-child(7) div{
	color:#fff;
	padding:45px 30px;
	background:#9878FF;
	height:210px;
}
.adapt_box li:nth-child(4) div,.adapt_box li:nth-child(5) div{
	color:#fff;
	padding:45px 30px;
	background:#6382F7;
	height:210px;
}
.adapt_box li div h3{
	padding-top:50px;
}

.adapt_box img.no_a{
	width: 100%;
	transition: all 0.6s;/*图片放大过程的时间*/
}
.adapt_box img.no_a:hover{
	transform: scale(1.6);/*鼠标经过图片放大的倍数*/
}

/*feedback*/
.mfeedbg{
	width:100%;
}
.mfeed{
	width:1200px;
	margin:0 auto;
	height:480px;
}
.mfeed h2{
	width:360px;
	line-height:60px;
	background:url(../images/feed01.jpg) left no-repeat;
	padding-left:25px;
	margin:0 auto;
}
.mf_left{
	width:338px;
	padding:30px;
	border:#3181d1 1px solid;
	border-radius:3px;
	background:#e6e6e6;
	float:left;
}
.mf36{
	font-size:66px;
}
.mf28{
	font-size:33px;
	padding-bottom:20px;
}
.mf_left p{
	font-size:20px;
}
.mf_mid{
	width:400px;
	height:360px;
	float:left;
}
.mf_mid .red{
	color:#F00;
}
.mf_mid .f20{
	font-size:25px;
}
.mf_mid h2{
    background:url(../images/feed01.jpg) left no-repeat;
    padding-left:25px;
}
.mf_mid table{
    font-size:16px;
    line-height:40px;
}
.mf_mid table input{
    width:248px;
    background:#e6e6e6;
    border:#8c8c8c 1px solid;
}
.mf_mid table textarea{
    width:248px;
    height:65px;
    background:#e6e6e6;
    border:#8c8c8c 1px solid;
}
.mf_mid .button{
    font-size:16px;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin: 10px auto 10px;
    background: #3181d1;
    border: 1px solid #3181d1;
    color: #fff;
    cursor: pointer;
    margin: auto;
}
.mf_right{
    width:330px;
    padding:60px;
    color:#fff;
    float:left;
}
.mf_right h3{
    font-size:18px;
    line-height:36px;
    padding-bottom:15px;
}
.mf_right li{
    background:url(../images/feed02.jpg) no-repeat left;
    padding-left:30px;
    line-height:28px;
}
.mf_right li a{
    color:#fff;
}
.mf_right p{
    padding-top:30px;
    text-align:center;
}
.mf_right p a{
    font-size:16px;
    bottom:35px;
    color:#3181d1;
    padding:10px 30px;
    background:#fff;
}


/*foot*/
#foot{
    padding: 40px;
    background: #2e2e2e;
    color: #FFFFFF;
    font-size: 0px;
    text-align: center;
}
#foot span{
    font-size: 14px;
}
#foot .us-information{
    margin-bottom: 12px;
}
#foot .us-information a,#foot .record a {
    font-size: 14px;
    color: #ffffff;
    margin-left: 15px;
}
#foot .us-information span:not(:first-child){
    margin-left: 30px;
}
#foot .record span:not(:first-child){
    margin-left: 12px;
}
p{
    margin: 0;
    padding: 0;
}
#foot .nav{
    margin-bottom: 30px;
}
#foot .nav a{
    font-size: 14px;
    color: #FFFFFF;
    display: inline-block;
    vertical-align: top;
    padding: 2px 30px;
}
#foot .nav a:not(:last-child){
    border-right: 1px solid #474747;
}


.logo-fenxiang{
    width: 500px;
    height: 500px;
    display: none;
}

/*logo*/
#head .logo img{
    height: 28px;
    padding-top:25px;
    float:left;
}
/*bq*/
.bqbj{ background-color:#333; height:200px; padding:40px 0px; color:#999;}
.bqdh{ width:1190px; margin:0 auto;}
.bqdh li{border-left:1px dotted #666; height:200px; float:left; padding:0px 75px; line-height:30px;}
.bqdh.index li{padding:0px 48px;}
.bqdh span.flqq{font-size:14px;}
.bqdh a{ color:#999;}
.bqdh a:hover{color: #eee;}
.bqdh span{ font-family:"微软雅黑"; font-size:18px; line-height:50px;}
.bqlogo{ width:259px; font-size:18px;font-family:"微软雅黑";  text-align:center;}
.bqlogo span{ font-size:30px; font-weight:bold; line-height:50px;}

.bqdb{
    width: 1190px;
    margin: 0 auto;
}
/*bqdb*/
.bqdbbj{ background-color:#1d1c1c; height:100px; padding:20px 0px; color:#999;}
.bqdbbj a{color:#999;}
.bqdb img{ padding-top:10px;}
.bqdb a:hover{color: #eee;}

/**/
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.section2 {
    background-color: #f0f0f0;
}
.fp-section.fp-table{
    display: table;
    table-layout: fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.section2 ul {
    width: 1200px;
    margin: 0 auto;
}
.section2 li {
    float: left;
    width: 240px;
    margin: 0 30px;
}
.section2 li div {
	display: block;
    width: 100px;
    height: 80px;
    padding-top: 20px;
    margin: 0 auto;
    margin-bottom: 5px;
    text-align: center;
    font-size: 18px;
    color: #333;
    line-height: 50px;
    position: relative;
    background: #fff;
    border-radius: 50%;
}
.section2 li img {
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
}
.section2 li p {
    font-size: 16px;
	font-weight:bold;
    color: #5c5c5c;
    line-height: 22px;
    text-align: justify;
	text-align:center;
    position: relative;
}
.section2 li div span{
    font-size: 50px;
    display: block;
}
.section2 .span01 {
	color:#f1682d;
}
.section2 .span02 {
	color:#6fbe44;
}
.section2 .span03 {
	color:#31a3d1;
}
.section2 .span04 {
	color:#03b3b3;
}

.qr-code-box{
	width: 200px;
	text-align: center;
	float:right;
}
.qr-code-box .title{
	font-size: 16px;
	color: #333333;
	margin-bottom: 10px;
}
.qr-code-box img{
	width: 130px;
	height: 130px;
}
.btn2{
	display: inline-block;
  height: 46px;
  width: 180px;
  line-height:42px;
  position: relative;
  background: #FFFFFF;
  color: #C93623;
  text-align:center;
  box-sizing: border-box;
  border: 2px solid #C93623;
  margin-top: 30px;
}
.btn2:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background: #f2682b;
	transition: all .3s ease-out 0s;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
}
.btn2 span{
	font-size:18px;
	display: inline;
	position: relative;
	transition: all .3s ease-out 0s;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	z-index: 8;
	font-weight: bold;
}

.btn2:hover span{
	color: #FFFFFF;
}
.btn2:hover:after{
	width: 100%;
}
/*æµ®åŠ¨QQ*/
.back-top-container {
  display: block;
  position: fixed;
  right: 50px;
  bottom: 50px;
  cursor: pointer;
  z-index: 99999;}


.yb_conct {
  position: fixed;
  z-index: 9999999;
  top: 80px;
  right: -127px;
  cursor: pointer;
  transition: all .3s ease; }
.yb_conct a {
    color: #fff;
    text-decoration: none;  font-size:16px;}
    .yb_conct a:hover {
      color: #ff0;
font-size:16px;}

.yb_bar ul li {
  width: 180px;
  height: 53px;
  font: 15px/53px 'Microsoft YaHei';
  color: #fff;
  text-indent: 54px;
  margin-bottom: 1px;
  border-radius: 3px;
  transition: all .5s ease;
  overflow: hidden;
  background: #0076ca url(http://login.114my.cn/memberpic/dgqclly/uploadfile/image/20170522/20170522164643_106855578.png) no-repeat;}

.yb_bar .yb_top {
  background-position: 0 0; }

.yb_bar .yb_phone {
    background-position: 0 -57px;  }

.yb_bar .yb_QQ {
  text-indent: 0;
  background-position: 0 -113px; }

.yb_QQ img{display: none;}

.yb_bar .yb_ercode {
  /*height:200px;*/
  background-position: 0 -169px; }

.hd_qr {
  padding: 0 29px 25px 29px; }


.yb_QQ a {
  display: block;
  text-indent: 54px;
  width: 100%;
  height: 100%;
  color: #fff; }

.zy{ font-size:14px;  }
.zy a{text-decoration:none; color:#000; color:#666;}

.hpb_ball:last-child{ padding-right: 0;}
.pd0{ padding-right: 0;}
.t_a_right{ text-align: right}
.pd_0_30{ padding:0 30px;}
.yz_ma_input{ width: 188px;}
.yz_ma{ display:inline;cursor: pointer;vertical-align: middle; }
.fb_tips{ font-size:16px; padding-left:18px;}